home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
America Alive
/
America Alive.iso
/
demo
/
navigatr
/
cdinstal.bat
< prev
Wrap
DOS Batch File
|
1995-01-11
|
2KB
|
246 lines
@echo off
cls
if not exist amnavdmo.exe goto ErrorMsg
echo This program will install a demo copy of the America NavigaTour to your
echo computer on C:\AMNDEMO. If you want to install this demo copy to other
echo than the default drive or directory, press CTRL-C to quit this batch
echo program. Change to the directory you want this demo to be installed,
echo and run \DEMO\NAVIGATR\AMNAVDMO.EXE file from the CD-ROM.
echo.
echo For example,
echo.
echo "CHDIR C:\MYDIR "
echo "D:\DEMO\NAVIGATR\AMNAVDMO.EXE "
echo.
echo if 'D' is the CD-ROM drive.
echo.
pause
goto STARTUNCOM
:STARTUNCOM
echo -------------------------------------------------------------------------
echo LHA Version 2.13 Copyright (c) Haruyasu Yoshizaki, 1988 - 91
echo -------------------------------------------------------------------------
:UNCOMFILES
amnavdmo C:\AMNDEMO
echo.
echo Follow the instructions below to start the demo program
echo -------------------------------------------------------
echo 1. Run Windows
echo 2. Under the File Menu Select Run
echo 3. Type %PRODIR%
echo 4. followed by \AMNDEMO.EXE
echo -------------------------------------------------------
echo.
pause
goto END
:ErrorMsg
echo.
echo You Need to run this batch file within the directory which
echo contains AMNAVDMO.EXE.
echo.
:END